android.ndk.sync

@file sync.h

Members

Functions

sync_file_info
sync_file_info_* sync_file_info(int fd)

Retrieve detailed information about a sync file and its fences.

sync_file_info_free
void sync_file_info_free(sync_file_info_* info)

Free a struct sync_file_info structure

sync_get_fence_info
sync_fence_info* sync_get_fence_info(const(sync_file_info_)* info)

Get the array of fence infos from the sync file's info.

sync_merge
int sync_merge(const(char)* name, int fd1, int fd2)

Merge two sync files.

Meta